Skip to content

Commit

Permalink
Merge pipp_hash.c and pipp_hash.h into phparray.pmc,
Browse files Browse the repository at this point in the history
make building a little bit easier
  • Loading branch information
bschmalhofer committed Mar 1, 2009
1 parent 136f09a commit fa3dd9f
Show file tree
Hide file tree
Showing 4 changed files with 1,045 additions and 1,071 deletions.
8 changes: 1 addition & 7 deletions build/templates/src/pmc/Makefile.in
Expand Up @@ -42,7 +42,7 @@ PMC_SOURCES = \


# default
build: pipp_hash$(O) $(PIPP_GROUP)
build: $(PIPP_GROUP)


# This is a listing of all targets, that are meant to be called by users
Expand All @@ -58,12 +58,6 @@ help:
@echo " clean: Clean up."
@echo ""

#Any change to the hash code means phparray needs to be relinked too.
#Recompiling is close enough for now.
pipp_hash$(O): pipp_hash.c pipp_hash.h
$(TOUCH) phparray.pmc
$(CC) $(CFLAGS) -I$(INCLUDE_DIR) pipp_hash.c -c -g -o pipp_hash$(O)

$(PIPP_GROUP): $(PMC_SOURCES)
$(PMCBUILD) generate $(PMCS)
$(PMCBUILD) compile $(PMCS)
Expand Down

0 comments on commit fa3dd9f

Please sign in to comment.