/[d-i]/trunk/tools/cdebconf/globalmakeflags
ViewVC logotype

Contents of /trunk/tools/cdebconf/globalmakeflags

Parent Directory Parent Directory | Revision Log Revision Log


Revision 105 - (show annotations) (download)
Thu Nov 2 04:59:32 2000 UTC (12 years, 6 months ago) by tausq
File size: 120 byte(s)
compile library objects with -fPIC so that we don't break the linker
1 CC=gcc
2 CFLAGS=-Wall -g -D_DEBUG_
3
4 %.o: %.c
5 $(CC) $(CFLAGS) -o $@ -c $<
6
7 %.opic: %.c
8 $(CC) $(CFLAGS) -fPIC -o $@ -c $<

  ViewVC Help
Powered by ViewVC 1.1.5