which hosts the Makefile.rules and modified most of the Makefiles under each test case directories to utilize Mekefile.rules. Added a description of 'make' directory into README-TestSuite file. llvm-svn: 111868
9 lines
119 B
Makefile
9 lines
119 B
Makefile
LEVEL = ../make
|
|
|
|
C_SOURCES := main.c
|
|
|
|
DYLIB_NAME := liba.dylib
|
|
DYLIB_C_SOURCES := a.c
|
|
|
|
include $(LEVEL)/Makefile.rules
|