|
@@ -1,5 +1,5 @@
|
|
|
#
|
|
|
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/06/04]
|
|
|
+# Don't edit, this file is generated by fpcmake v1.99.0 [2001/06/05]
|
|
|
#
|
|
|
default: all
|
|
|
override PATH:=$(subst \,/,$(PATH))
|
|
@@ -837,10 +837,10 @@ text:
|
|
|
$(MAKE) -C text all
|
|
|
.PHONY: text_all text_debug text_smart text_examples text_shared text_install text_sourceinstall text_exampleinstall text_distinstall text_zipinstall text_zipsourceinstall text_zipexampleinstall text_zipdistinstall text_clean text_distclean text_cleanall text_info text
|
|
|
endif
|
|
|
-debug:
|
|
|
-smart:
|
|
|
+debug: $(addsuffix _debug,$(DEFAULT_DIR))
|
|
|
+smart: $(addsuffix _smart,$(DEFAULT_DIR))
|
|
|
examples: $(addsuffix _examples,$(DEFAULT_DIR))
|
|
|
-shared:
|
|
|
+shared: $(addsuffix _shared,$(DEFAULT_DIR))
|
|
|
install: $(addsuffix _install,$(DEFAULT_DIR))
|
|
|
sourceinstall: $(addsuffix _sourceinstall,$(DEFAULT_DIR))
|
|
|
exampleinstall: $(addsuffix _exampleinstall,$(DEFAULT_DIR))
|