File: Makefile.makefiles

package info (click to toggle)
net-snmp 5.7.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 34,348 kB
  • sloc: ansic: 268,086; sh: 18,217; perl: 17,235; makefile: 3,702; xml: 508; python: 495; pascal: 124; sql: 47
file content (12 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
GENERATE_LIST=./Makefile.PL \
	      ./default_store/Makefile.PL \
	      ./ASN/Makefile.PL \
	      ./OID/Makefile.PL \
	      ./agent/Makefile.PL \
	      ./agent/default_store/Makefile.PL \
	      ./agent/Support/Makefile.PL \
	      ./SNMP/Makefile.PL \
	      ./TrapReceiver/Makefile.PL

all:
	perl make-perl-makefiles $(GENERATE_LIST)