Skip to content
Snippets Groups Projects
Commit 5e6684ac authored by sof's avatar sof
Browse files

[project @ 1997-03-20 22:26:00 by sof]

Place all include files in one installation dir
parent 7d5a9249
No related merge requests found
......@@ -90,16 +90,13 @@ boot :: all
# Install all header files
#
# Hackily set the install destination here:
INSTALL_DATAS += $(DELIT_H_FILES) $(H_FILES) $(TARGETPLATFORM).h
#
# We want the configuration header files for the different platforms
# to be put inside the lib/../$(HOSTPLATFORM)/ directory
# Note: we keep per-platform copies of all the include files
# (ditto for interface files). This is not *really* needed, but
# it gives (perhaps) a cleaner binary dist structure..might change.
#
install :: $(H_CONFIG)
$(INSTALL_DIR) $(libdir)/includes
$(INSTALL_DATA) $(INSTALL_OPTS) $(H_CONFIG) $(libdir)/includes
datadir:=$(libdir)/includes
INSTALL_DATAS += $(DELIT_H_FILES) $(H_FILES) $(TARGETPLATFORM).h $(H_CONFIG)
#
# `make clean' settings:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment