Joren's new library make system (minus Makefiles)
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
# Makefile for lib/end.
|
||||
|
||||
LIBRARIES = end
|
||||
|
||||
end_OBJECTS = \
|
||||
edata.o \
|
||||
em_end.o \
|
||||
end.o \
|
||||
etext.o \
|
||||
|
||||
include ../Makefile.inc
|
||||
11
lib/end/Makefile.in
Normal file
11
lib/end/Makefile.in
Normal file
@@ -0,0 +1,11 @@
|
||||
# Makefile for lib/end.
|
||||
|
||||
LIBRARIES=end
|
||||
|
||||
end_FILES=" \
|
||||
edata.s \
|
||||
em_end.s \
|
||||
end.s \
|
||||
etext.s"
|
||||
|
||||
TYPE=both
|
||||
Reference in New Issue
Block a user