big makefile cleanup
This commit is contained in:
@@ -62,7 +62,7 @@ memory.o: $(srcdir)/memory.cu $(srcdir)/pred.h
|
||||
@DO_SECOND_LD@cuda.@SO@: $(OBJS)
|
||||
@DO_SECOND_LD@ @CUDA_SHLIB_LD@ $(CUDA_LDFLAGS) -o cuda.@SO@ $(OBJS)
|
||||
|
||||
install: all
|
||||
install: all install-exampleS
|
||||
mkdir -p $(DESTDIR)$(SHAREDIR)
|
||||
for h in $(BDD_PROLOG); do $(INSTALL_DATA) $$h $(DESTDIR)$(SHAREDIR); done
|
||||
$(INSTALL_PROGRAM) $(SOBJS) $(DESTDIR)$(YAPLIBDIR)
|
||||
@@ -72,6 +72,6 @@ install-examples:
|
||||
clean:
|
||||
rm -f *.o *~ $(OBJS) *.BAK
|
||||
|
||||
realclean:
|
||||
distclean: clean
|
||||
rm -f $(SOBJS) Makefile
|
||||
|
||||
|
Reference in New Issue
Block a user