Skip to content

Commit

Permalink
udp-test/Makefile: Cleaning, better doc dependences
Browse files Browse the repository at this point in the history
  • Loading branch information
Feandil committed Aug 17, 2012
1 parent e317b9d commit a15fe05
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions udp-test/Makefile
Expand Up @@ -63,22 +63,23 @@ client: client.o zutil.o
extract: extract.o zutil.o
$(LINK.c) $^ $(LOADLIBES) $(LDLIBS) $(MATH_LIBS) -o $@

evallink: evallink.o $(MONITOR_DEP)
$(LINK.c) $^ $(LOADLIBES) $(LDLIBS) $(EV_LIBS) $(RT_LIBS) $(NL_LIBS) $(NCURSES_LIBS) -o $@

test-zcat: zutil.c
$(COMPILE.c) -Wno-cast-qual -DTEST $(OUTPUT_OPTION) $< -o $@.o
$(LINK.c) $@.o $(LOADLIBES) $(LDLIBS) -o $@

doc: html
html: Doxyfile *.c *.h
@doxygen $<

clean:
-rm *.o
-rm server
-rm client
-rm transfo
-rm extract
-rm evallink
-rm test-zcat
-rm -r html
-rm doxygen_*.tmp

evallink: evallink.o $(MONITOR_DEP)
$(LINK.c) $^ $(LOADLIBES) $(LDLIBS) $(EV_LIBS) $(RT_LIBS) $(NL_LIBS) $(NCURSES_LIBS) -o $@

doc:
@doxygen

0 comments on commit a15fe05

Please sign in to comment.