4db94043cb
Files correlati : Commento : Spostamento in libraries delle librerie esterne di Campo per una maggiore pulizia e organizzazione git-svn-id: svn://10.65.10.50/branches/R_10_00@24150 c028cbd2-c16b-5b4b-a496-9718f37d4682
84 lines
2.0 KiB
Makefile
84 lines
2.0 KiB
Makefile
# =========================================================================
|
|
# This makefile was generated by
|
|
# Bakefile 0.2.8 (http://www.bakefile.org)
|
|
# Do not modify, all changes will be overwritten!
|
|
# =========================================================================
|
|
|
|
|
|
@MAKE_SET@
|
|
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
datarootdir = @datarootdir@
|
|
INSTALL = @INSTALL@
|
|
|
|
### Variables: ###
|
|
|
|
DESTDIR =
|
|
|
|
### Conditionally set variables: ###
|
|
|
|
|
|
### Targets: ###
|
|
|
|
all: emulator helpview tex2rtf helpgen
|
|
|
|
install: install_tex2rtf install_helpgen
|
|
|
|
uninstall: uninstall_tex2rtf uninstall_helpgen
|
|
|
|
install-strip: install install-strip_tex2rtf install-strip_helpgen
|
|
|
|
clean:
|
|
rm -rf ./.deps ./.pch
|
|
rm -f ./*.o
|
|
-(cd emulator/src && $(MAKE) clean)
|
|
-(cd helpview/src && $(MAKE) clean)
|
|
-(cd tex2rtf/src && $(MAKE) clean)
|
|
-(cd HelpGen/src && $(MAKE) clean)
|
|
|
|
distclean: clean
|
|
rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
|
|
-(cd emulator/src && $(MAKE) distclean)
|
|
-(cd helpview/src && $(MAKE) distclean)
|
|
-(cd tex2rtf/src && $(MAKE) distclean)
|
|
-(cd HelpGen/src && $(MAKE) distclean)
|
|
|
|
emulator:
|
|
(cd emulator/src && $(MAKE) all)
|
|
|
|
helpview:
|
|
(cd helpview/src && $(MAKE) all)
|
|
|
|
tex2rtf:
|
|
(cd tex2rtf/src && $(MAKE) all)
|
|
|
|
install_tex2rtf:
|
|
(cd tex2rtf/src && $(MAKE) install)
|
|
|
|
uninstall_tex2rtf:
|
|
(cd tex2rtf/src && $(MAKE) uninstall)
|
|
|
|
install-strip_tex2rtf:
|
|
(cd tex2rtf/src && $(MAKE) install-strip)
|
|
|
|
helpgen:
|
|
(cd HelpGen/src && $(MAKE) all)
|
|
|
|
install_helpgen:
|
|
(cd HelpGen/src && $(MAKE) install)
|
|
|
|
uninstall_helpgen:
|
|
(cd HelpGen/src && $(MAKE) uninstall)
|
|
|
|
install-strip_helpgen:
|
|
(cd HelpGen/src && $(MAKE) install-strip)
|
|
|
|
|
|
# Include dependency info, if present:
|
|
@IF_GNU_MAKE@-include ./.deps/*.d
|
|
|
|
.PHONY: all install uninstall clean distclean emulator helpview tex2rtf \
|
|
install_tex2rtf uninstall_tex2rtf install-strip_tex2rtf helpgen \
|
|
install_helpgen uninstall_helpgen install-strip_helpgen
|