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

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

Fixed Makefile problem (not generated from Makefile.am anymore)

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