big makefile cleanup
This commit is contained in:
@@ -58,7 +58,7 @@ yaprl.o: $(srcdir)/yap_rl.c
|
||||
@DO_SECOND_LD@yap_rl.@SO@: $(OBJS)
|
||||
@DO_SECOND_LD@ @SHLIB_LD@ $(LDFLAGS) -o yap_rl.@SO@ $(OBJS) @EXTRA_LIBS_FOR_DLLS@
|
||||
|
||||
install: all
|
||||
install: all install-examples
|
||||
@if test "$(SOBJS)" = "no"; then echo ""; else $(INSTALL_PROGRAM) $(SOBJS) $(DESTDIR)$(YAPLIBDIR); fi
|
||||
|
||||
clean:
|
||||
@@ -67,3 +67,9 @@ clean:
|
||||
no:
|
||||
@echo "YAP RL module not compiled."
|
||||
|
||||
|
||||
|
||||
install-examples:
|
||||
|
||||
distclean: clean
|
||||
rm -f Makefile
|
||||
|
Reference in New Issue
Block a user