-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMakefile.am
More file actions
26 lines (20 loc) · 844 Bytes
/
Makefile.am
File metadata and controls
26 lines (20 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
SUBDIRS = src
dist_doc_DATA = README.md
nodist_include_HEADERS = src/datapoll.$(FC_MODEXT)
nodist_data_DATA = datapoll.mk
ACLOCAL_AMFLAGS = -I m4
datapoll.mk:
@echo "# ESMF self-describing build dependency makefile fragment" > $(@)
@echo >> $(@)
@echo "ESMF_DEP_FRONT = datapoll" >> $(@)
@echo "ESMF_DEP_INCPATH = $(includedir)" >> $(@)
@echo "ESMF_DEP_CMPL_OBJS = " >> $(@)
@echo "ESMF_DEP_LINK_OBJS = $(DATAPOLL_DEP_LINK_OBJS)" >> $(@)
@echo "ESMF_DEP_SHRD_PATH = $(DATAPOLL_DEP_SHRD_PATH)" >> $(@)
@echo "ESMF_DEP_SHRD_LIBS = $(DATAPOLL_DEP_SHRD_LIBS)" >> $(@)
@echo
@echo "Finished generating ESMF self-describing build dependency makefile fragment:" $(@)
@echo
uninstall-local:
-rm -f $(datarootdir)/datapoll.mk
CLEANFILES = datapoll.mk