Advertisement
Guest User

Untitled

a guest
Apr 24th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. ###############################################################################
  2. # $Id: Makefile,v 1.7 2008/03/10 14:00:00 faust Exp $
  3. ###############################################################################
  4.  
  5. include ../Makefile.conf
  6.  
  7. .PHONY: all $(STG_LIBS)
  8. .PHONY: clean install uninstall includes
  9. all: $(STG_LIBS)
  10.  
  11. $(STG_LIBS):
  12. $(MAKE) $(MAKECMDGOALS) -C $@
  13.  
  14. includes: all
  15.  
  16. clean: all
  17.  
  18. install: all
  19.  
  20. uninstall: all
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement