[svn:mod_parrot] r214 - mod_parrot/branches/reorg
[email protected] 21 Aug 2005 19:05:22 -0000
Newsgroups
perl.cvs.mod_parrot
Message-ID
<[email protected] >
Author: ianjoyce
Date: Sun Aug 21 12:05:22 2005
New Revision: 214
Modified:
mod_parrot/branches/reorg/Makefile.in
Log:
renamed mod_parrot.la target to src/mod_parrot.la. This assures the dependency is checked
Modified: mod_parrot/branches/reorg/Makefile.in
==============================================================================
--- mod_parrot/branches/reorg/Makefile.in (original)
+++ mod_parrot/branches/reorg/Makefile.in Sun Aug 21 12:05:22 2005
@@ -32,9 +32,9 @@ MPLIBS= lib/Apache/RequestRec \
lib/ModParrot/HLL/pir \
lib/ModParrot/HLL/pugs
-all: gen-src mod_parrot.la
+all: gen-src src/mod_parrot.la
-mod_parrot.la: $(SOURCE_FILES)
+src/mod_parrot.la: $(SOURCE_FILES)
$(APXS) -c $(DEFINES) $(CFLAGS) $(LDFLAGS) $(LIBS) $(SOURCE_FILES) $(PARROT_OBJS)
files-clean:
@@ -72,12 +72,12 @@ clean: files-clean libraries-clean gen-s
distclean: clean test-clean
rm -f Makefile Makefile.old
-install: mod_parrot.la
+install: src/mod_parrot.la
$(APXS) -i -n parrot -a mod_parrot.la
nci_sig_test: $(TEST_SRC_DIR)/nci_sig_test.o
$(CC) -o $@ $(CFLAGS) $(TEST_SRC_DIR)/nci_sig_test.c $(PARROT_OBJS) $(LDFLAGS) $(LIBS)
-test: mod_parrot.la libraries nci_sig_test
+test: src/mod_parrot.la libraries nci_sig_test
$(PARROT) -o t/lib/handlers.pbc t/lib/handlers.pir
$(PERL) t/TEST