]> icculus.org git repositories - btb/d2x.git/blob - misc/Makefile.am
This commit was generated by cvs2svn to compensate for changes in r5,
[btb/d2x.git] / misc / Makefile.am
1 noinst_LIBRARIES = libmisc.a
2 INCLUDES = -I $(top_srcdir)/includes
3
4 libmisc_a_SOURCES = \
5 args.c      d_delay.c  error.c    strio.c \
6 byteswap.c  d_io.c     hash.c     strutil.c
7
8 # checker.c
9
10 #checker.o: checker.c
11 #       gcc -c -g $< -o $@ $(INCLUDES) $(CFLAGS) -I/usr/lib/checker/i686-pc-linux-gnu/include -I.. -I.
12