summaryrefslogtreecommitdiff
path: root/gi/pyp-topics/src/Makefile
diff options
context:
space:
mode:
authorredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-06-23 18:29:55 +0000
committerredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-06-23 18:29:55 +0000
commit3f6de721b089823ac15f3d1ad786e6b479dee4d0 (patch)
tree98edfe38e297fddcbad2624384d174436f2001b4 /gi/pyp-topics/src/Makefile
parent70ad159e22fc6ea12a5e7b468ab38a93c3ed111f (diff)
use centralized make
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@11 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'gi/pyp-topics/src/Makefile')
-rw-r--r--gi/pyp-topics/src/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/gi/pyp-topics/src/Makefile b/gi/pyp-topics/src/Makefile
deleted file mode 100644
index 1d1391ae..00000000
--- a/gi/pyp-topics/src/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
--include makefile.darwin
-
-local_objs = ../obj/corpus.o ../obj/gzstream.o ../obj/mt19937ar.o ../obj/pyp-topics.o ../obj/gammadist.o
-
-all: ../bin/pyp-topics-train
-
--include makefile.depend
-
-#-----------------------#
-# Local stuff
-#-----------------------#
-
-../bin/pyp-topics-train: ../obj/train.o $(local_objs)
- $(CXX) -o $@ $^ $(LDFLAGS)
-
-../obj/%.o: %.cc
- ${CXX} $(CXXFLAGS) -c $< -o $@
-
-../obj/%.o: %.c
- ${CC} $(CFLAGS) -c $< -o $@
-
-.PHONY: depend
-depend:
- $(CXX) -MM $(CXXFLAGS) *.cc | sed 's/^\(.*\.o:\)/obj\/\1/' > makefile.depend
-
-clean:
- rm -f ../obj/*.o
-
-#clobber: clean
-# rm makefile.depend ../bin/${ARCH}/*