Subversion Repositories wimsdev

Rev

Rev 8196 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8196 Rev 8219
Line 18... Line 18...
18
 
18
 
19
distclean: clean
19
distclean: clean
20
	rm -f $(wims_home)/bin/wimsd
20
	rm -f $(wims_home)/bin/wimsd
21
	rm -f Makefile
21
	rm -f Makefile
22
 
22
 
23
%.o: %.c
23
%.o: %.c *.h
24
	$(cc) -o $@ $(cflags) $(CPPFLAGS) $(defines) -c $<
24
	$(cc) -o $@ $(cflags) $(CPPFLAGS) $(defines) -c $<
25
 
25
 
26
wimsd: wimsd.o $(SETENV_OBJS)
26
wimsd: wimsd.o $(SETENV_OBJS)
27
	$(cc) $(cflags) $(LDFLAGS) $(defines) $(NETLIBS) wimsd.o $(SETENV_OBJS) -o $@
27
	$(cc) $(cflags) $(LDFLAGS) $(defines) $(NETLIBS) wimsd.o $(SETENV_OBJS) -o $@
28
	$(STRIP) wimsd
28
	$(STRIP) wimsd