comparison netinstall/Makefile.in.in @ 462:0784d089fdc9 r21-2-46

Import from CVS: tag r21-2-46
author cvs
date Mon, 13 Aug 2007 11:44:37 +0200
parents e7ef97881643
children ce0b3f2eff35
comparison
equal deleted inserted replaced
461:120ed4009e51 462:0784d089fdc9
38 INSTALLABLES=setup 38 INSTALLABLES=setup
39 #ifdef USE_GNU_MAKE 39 #ifdef USE_GNU_MAKE
40 vpath %.c @srcdir@ 40 vpath %.c @srcdir@
41 vpath %.cc @srcdir@ 41 vpath %.cc @srcdir@
42 vpath %.h @srcdir@ 42 vpath %.h @srcdir@
43 vpath %.l @srcdir@
44 vpath %.y @srcdir@
45 vpath %.rc @srcdir@
43 #else 46 #else
44 VPATH=@srcdir@ 47 VPATH=@srcdir@
45 #endif 48 #endif
46 49
47 ## ==================== Where To Install Things ==================== 50 ## ==================== Where To Install Things ====================
171 174
172 %.o: %.rc 175 %.o: %.rc
173 $(WINDRES) --include-dir $(srcdir) -o $@ $< 176 $(WINDRES) --include-dir $(srcdir) -o $@ $<
174 177
175 %.o: %.c 178 %.o: %.c
176 $(CC) $(MINGW_CFLAGS) -c -o $@ ${srcdir}/$< 179 $(CC) $(MINGW_CFLAGS) -c -o $@ $<
177 180
178 %.o: %.cc 181 %.o: %.cc
179 $(CXX) $(MINGW_CXXFLAGS) -c -o $@ ${srcdir}/$< 182 $(CC) $(MINGW_CXXFLAGS) -c -o $@ $<
180 183
181 iniparse.c iniparse.h : iniparse.y 184 iniparse.c iniparse.h : iniparse.y
182 bison -d -o iniparse.c $(srcdir)/iniparse.y 185 bison -d -o iniparse.c $(srcdir)/iniparse.y
183 186
184 inilex.c : inilex.l iniparse.h 187 inilex.c : inilex.l iniparse.h