File: filelist.am

package info (click to toggle)
grid-packaging-tools 3.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,936 kB
  • sloc: perl: 15,766; sh: 3,032; makefile: 225
file content (18 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if WITHOUT_FLAVORS
else
pkg_DATA += build_parameters_$(GLOBUS_FLAVOR_NAME) \
	$(GLOBUS_FLAVOR_NAME).filelist
endif

all-local: $(GLOBUS_FLAVOR_NAME).filelist

$(GLOBUS_FLAVOR_NAME).filelist: filelist_file filelist

.PHONY: $(GLOBUS_FLAVOR_NAME).filelist

filelist_file:
	mydir=`pwd`; \
	if test -f "$$mydir/$(GLOBUS_FLAVOR_NAME).filelist"; then \
		rm $(FILELIST_FILE); \
	fi