]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.47
authorfred <fred>
Sun, 24 Mar 2002 19:37:47 +0000 (19:37 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:37:47 +0000 (19:37 +0000)
make/Files.make
make/User.make

index 7c2bf11c1f248ae1e2fa2849694baac6fa6b09d5..476aa2b46280aa58cee6459400294a983b28a93c 100644 (file)
@@ -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 <jan@digicash.com>
-#      Han-Wen Nienhuys <hanwen@stack.nl>
-
 # 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) \
index 2a9fd5e36f13d46d7c9128fa3d36873c965b69a6..2e74e16170272839304a2b5b053e245f8fd93b08 100644 (file)
@@ -7,30 +7,9 @@
 #      Jan Nieuwenhuizen <jan@digicash.com>
 #      Han-Wen Nienhuys <hanwen@stack.nl>
 
-# 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.
 #