source: trunk/gsdl/packages/yaz/client/Makefile.in@ 1367

Last change on this file since 1367 was 1367, checked in by jrm21, 24 years ago

don't compile with CCLRPN=1 (for now). Makes no difference currently.

  • Property svn:keywords set to Author Date Id Revision
File size: 226 bytes
Line 
1CC= @CC@
2
3#INCLUDES = -I../include -DCCLRPN=1
4INCLUDES = -I../include
5
6OBJECTS = yaz_zclient.o
7
8yaz_zclient.o: yaz_zclient.c
9 $(CC) -c $(INCLUDES) $<
10
11all: $(OBJECTS)
12
13clean:
14 rm -f $(OBJECTS)
15distclean: clean
16 rm -f Makefile
Note: See TracBrowser for help on using the repository browser.