From: fred Date: Sun, 24 Mar 2002 19:37:47 +0000 (+0000) Subject: lilypond-0.0.47 X-Git-Tag: release/1.5.59~5045 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=189232c50137b6205839bc3709b69f0174af1737;p=lilypond.git lilypond-0.0.47 --- diff --git a/make/Files.make b/make/Files.make index 7c2bf11c1f..476aa2b462 100644 --- a/make/Files.make +++ b/make/Files.make @@ -1,13 +1,3 @@ -# project LilyPond -- the musical typesetter -# title automatic file variables -# file make/Files.make -# abstract mmm, brr. -# -# -# Copyright (c) 1997 by -# Jan Nieuwenhuizen -# Han-Wen Nienhuys - # list of c++ header files: # HHFILES = $(wildcard *.hh) @@ -20,21 +10,19 @@ INLFILES = $(wildcard *.icc) # list of c++ template files: # + TCCFILES = $(wildcard *.tcc) -# -# list plain c++ source files: -# -CCFILES = $(wildcard *.cc) # - # list of other source files: # + EXTRA_SOURCE_FILES = $(wildcard *.y *.l) -# +# PODFILES = $(wildcard *.pod) +CCFILES = $(wildcard *.cc) MAKEFILES = $(wildcard *.make) ALL_SOURCES=$(HHFILES) $(CCFILES) $(EXTRA_SOURCE_FILES) $(INLFILES) \ diff --git a/make/User.make b/make/User.make index 2a9fd5e36f..2e74e16170 100644 --- a/make/User.make +++ b/make/User.make @@ -7,30 +7,9 @@ # Jan Nieuwenhuizen # Han-Wen Nienhuys -# this still sux # will be split into CFLAGS/EXTRA_CFLAGS etc, # so that defineable generically and per module -# you-re using a i386, eh? -# -#PROFILEFLAG=-pg -# - -# optimization and debugging: -# -# if defined (=not commented-out), debugging flag is ignored! -OPTIFLAG=-DNDEBUG -DNPRINT -O2 -# -DEBUGFLAG=-g -# - -# turn off -pipe if linker doesn't support it -# -# USER_CXXFLAGS=-pipe -Wall -W -Wmissing-prototypes -# added two warnings that are treated by cygwin32's gcc 2.7.2 as errors. -# huh, but still, no warnings even provoced with linux's gcc 2.7.2.1? -USER_CXXFLAGS=-pipe -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wconversion - # # -lefence = ElectricFence. #