Initial revision
This commit is contained in:
21
modules/src/Xmalloc/Makefile
Normal file
21
modules/src/Xmalloc/Makefile
Normal file
@@ -0,0 +1,21 @@
|
||||
EMHOME=../../..
|
||||
HDIR = $(EMHOME)/modules/h
|
||||
INSTALL=$(EMHOME)/modules/install
|
||||
COMPARE=$(EMHOME)/modules/compare
|
||||
|
||||
CFLAGS = -O -I$(HDIR)
|
||||
|
||||
SOURCES = Xmalloc.c
|
||||
|
||||
OBJECTS = Xmalloc.o
|
||||
|
||||
all: $(OBJECTS)
|
||||
|
||||
install: all
|
||||
$(INSTALL) lib/Xmalloc.o
|
||||
|
||||
compare: all
|
||||
$(COMPARE) lib/Xmalloc.o
|
||||
|
||||
clean:
|
||||
rm -f *.[oa]
|
||||
Reference in New Issue
Block a user