1 --- factory.orig/GNUmakefile.in 2010-05-07 19:26:37.000000000 +0200
2 +++ factory/GNUmakefile.in 2010-06-20 17:54:06.509063447 +0200
6 # how to create library objets
8 +%.o: %.cc factoryconf.h config.h
9 $(CXX) -c $< $(LIBCXXFLAGS) -o $@
11 +%.o: %.c factoryconf.h config.h
12 $(CC) -c $< $(LIBCFLAGS) -o $@
15 +%.og: %.cc factoryconf.h config.h
16 $(CXX) -g -c $< $(LIBCGGFLAGS) -o $@
17 # the profiling version:
19 +%.op: %.cc factoryconf.h config.h
20 $(CXX) -O -pg -c $< $(LIBCGGFLAGS) -o $@
22 # how to create dependency files. To avoid broken dependency files
23 --- libfac.orig/Makefile.in 2010-01-29 10:10:49.000000000 +0100
24 +++ libfac/Makefile.in 2010-06-20 17:56:37.511131412 +0200
27 ${MKINSTALLDIRS} OPTOBJ
29 +${OPTFACTOROBJ}: OPTOBJ
30 +${OPTCHARSETOBJ}: OPTOBJ
35 $(CXX) $(CXXFLAGS) $(CXXTEMPLFLAGS) $(CPPFLAGS) $(DEFS) -c $< -o $@