source: trunk/make/testcase/lib-c#.mak@ 10367

Last change on this file since 10367 was 9059, checked in by bird, 23 years ago

More tests.

File size: 527 bytes
Line 
1# $Id: lib-c#.mak,v 1.1 2002-08-20 19:10:00 bird Exp $
2
3# Testcase for makeing simple C programs.
4
5# root & setup
6PATH_ROOT=..\..
7!include $(PATH_ROOT)\make\setup.mak
8
9# target config.
10#TARGET_NAME = lib-c^# # doesn't work because the include of the .depend file then failes. NMAKE bug! :-/
11TARGET_NAME = lib-c12
12TARGET_MODE = LIB
13MAKEFILE = lib-c^#.mak
14!if [echo $(MAKEFILE)]
15!endif
16TARGET_OBJS =\
17$(PATH_TARGET)\lib-c^#1.$(EXT_OBJ) \
18$(PATH_TARGET)\lib-c^#2.$(EXT_OBJ)\
19
20# rules and more
21!include $(MAKE_INCLUDE_PROCESS)
22
Note: See TracBrowser for help on using the repository browser.