2003-08-10 22:11:12 +00:00
|
|
|
# =========================================================================
|
|
|
|
# This makefile was generated by
|
|
|
|
# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
|
|
|
|
# Do not modify, all changes will be overwritten!
|
|
|
|
# =========================================================================
|
1998-05-21 14:19:36 +00:00
|
|
|
|
2003-08-10 22:11:12 +00:00
|
|
|
!include <../build/msw/config.vc>
|
1998-05-21 14:19:36 +00:00
|
|
|
|
2003-08-10 22:11:12 +00:00
|
|
|
# -------------------------------------------------------------------------
|
|
|
|
# Do not modify the rest of this file!
|
|
|
|
# -------------------------------------------------------------------------
|
1998-05-21 14:19:36 +00:00
|
|
|
|
2003-08-10 22:11:12 +00:00
|
|
|
### Variables: ###
|
1998-05-21 14:19:36 +00:00
|
|
|
|
|
|
|
|
2003-08-10 22:11:12 +00:00
|
|
|
### Conditionally set variables: ###
|
1998-05-21 14:19:36 +00:00
|
|
|
|
2003-08-10 22:11:12 +00:00
|
|
|
|
|
|
|
|
|
|
|
### Targets: ###
|
|
|
|
|
|
|
|
all: sub_tex2rtf sub_helpgen
|
|
|
|
|
|
|
|
clean:
|
|
|
|
-if exist .\*.obj del .\*.obj
|
|
|
|
-if exist .\*.res del .\*.res
|
|
|
|
|
|
|
|
sub_helpgen:
|
|
|
|
cd HelpGen
|
|
|
|
$(MAKE) /$(MAKEFLAGS) -f makefile.vc all
|
|
|
|
cd $(MAKEDIR)
|
|
|
|
|
|
|
|
sub_tex2rtf:
|
|
|
|
cd tex2rtf\src
|
|
|
|
$(MAKE) /$(MAKEFLAGS) -f makefile.vc all
|
|
|
|
cd $(MAKEDIR)
|