source: branches/samba-3.5.x/testprogs/win32/testmailslot/GNUmakefile

Last change on this file was 414, checked in by Herwig Bauernfeind, 16 years ago

Samba 3.5.0: Initial import

File size: 225 bytes
Line 
1INCLUDES=-I.
2CFLAGS=$(INCLUDES)
3CC=i586-mingw32msvc-gcc
4
5all: testmailslot.exe
6
7clean:
8 rm -f *~ *.obj testmailslot.exe
9
10.SUFFIXES: .obj .exe .c
11
12testmailslot.exe: testmailslot.c
13
14.c.exe:
15 $(CC) $(CFLAGS) -o $@ $^ $(LIBS)
Note: See TracBrowser for help on using the repository browser.