################################################################################ # # Makefile : TeXk / CJKutils # Author : Fabrice Popineau # Platform : Win32, Microsoft VC++ 6.0, depends upon fpTeX 0.5 sources # Time-stamp: <05/08/18 00:00:00 wl> # ################################################################################ root_srcdir = ..\.. !ifdef DEVELOPMENT INCLUDE=$(INCLUDE);$(root_srcdir)\texk.development !else INCLUDE=$(INCLUDE);$(root_srcdir)\texk !endif !include # Package subdirectories, the library, and all subdirectories. subdirs = bat conv hbf2gf !include !include # Local Variables: # mode: Makefile # End: