Skip to content

Commit

Permalink
Move templates to 'build/templates'.
Browse files Browse the repository at this point in the history
Create a dummy Makefile in src/pmc.
  • Loading branch information
bschmalhofer committed Mar 1, 2009
1 parent 7c568a6 commit 9e8dab6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Makefile.in → build/templates/Makefile.in
Expand Up @@ -116,7 +116,7 @@ PHP_EXT = \
library/php_pcre.pbc

# default
all: build
build

# This is a listing of all targets, that are meant to be called by users
help:
Expand Down Expand Up @@ -149,7 +149,7 @@ help:
@echo ""

# regenerate the Makefile
Makefile: config/makefiles/root.in
Makefile: build/Makefile.in
$(PERL) Configure.pl

build: build-common
Expand Down
13 changes: 13 additions & 0 deletions build/templates/src/pmc/Makefile.in
@@ -0,0 +1,13 @@
# Build the PMCs for Pipp.

# default
build

# This is a listing of all targets, that are meant to be called by users
help:
@echo ""
@echo "Following targets are available for the user:"
@echo ""
@echo "Building:"
@echo " build: Build the PMCs."
@echo " This is the default."

0 comments on commit 9e8dab6

Please sign in to comment.