source: trunk/makefile@ 33

Last change on this file since 33 was 15, checked in by root, 23 years ago

Commit rework

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 339 bytes
RevLine 
[15]1# makefile
[2]2
[15]3BASE = fm3
[2]4
[15]5!INCLUDE makefile_pre.mk
[2]6
[15]7ALL: DLL $(BASE) MAK
[2]8
[15]9DLL:
10 cd dll
11 $(MAKE) /nologo $(MAKEFLAGS)
12 cd ..
[2]13
[15]14$(BASE): $(BASE).EXE \
15 $(BASE).res
[2]16
[15]17$(BASE).res: $(BASE).rc \
18 $(BASE).h
[2]19
[15]20$(BASE).obj: $(BASE).c \
21 $(BASE).h dll\version.h
[2]22
[15]23MAK: *.MAK
24 !$(MAKE) /NOLOGO /f $?
[2]25
[15]26
27!INCLUDE makefile_post.mk
28
29# The end
Note: See TracBrowser for help on using the repository browser.