Code Search for Developers
 
 
  

Makefile from FreePop at Krugle


Show Makefile syntax highlighted

SUBDIRS = $(shell find -maxdepth 1 -type d -not -name .)

.PHONY: subdirs $(SUBDIRS)
subdirs: $(SUBDIRS)

$(SUBDIRS):
	$(MAKE) -C $@




See more files for this project here

FreePop

FreePop is a multi-platform tile-based game based on the great old game Populous 2 by Bullfrog Productions Ltd., but much improved.

Project homepage: http://sourceforge.net/projects/freepop
Programming language(s): C++
License: other

  1/
    burning/
      dir0/
      dir1/
      dir2/
      dir3/
    dead/
      dir0/
      dir1/
      dir2/
      dir3/
    normal/
      dir0/
      dir1/
      dir2/
      dir3/
    Makefile
    maketree.inc
    maketree.pov
    tree.pov
    txttree.inc
  2/
    burning/
      dir0/
      dir1/
      dir2/
      dir3/
    dead/
      dir0/
      dir1/
      dir2/
      dir3/
    normal/
      dir0/
      dir1/
      dir2/
      dir3/
    Makefile
    maketree.inc
    maketree.pov
    tree.pov
    txttree.inc
  Makefile