File: Makefile.am

package info (click to toggle)
xntp3 5.93-2
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 7,644 kB
  • ctags: 7,419
  • sloc: ansic: 59,474; perl: 3,633; sh: 2,623; awk: 417; makefile: 311; asm: 37
file content (16 lines) | stat: -rw-r--r-- 621 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#AUTOMAKE_OPTIONS = no-dependencies
EXTRA_PROGRAMS = authcert authspeed md5driver keyparity makeIPFP makePC1 makePC2 \
	makeSP mkrandkeys omakeIPFP unixcert
INCLUDES = -I$(top_srcdir)/include
LDADD = ../libntp/libntp.a
#EXTRA_DIST = README TAGS auth.samplekeys auth.speed certdata md5_sample_output results
EXTRA_DIST = auth.samplekeys auth.speed certdata md5_sample_output results
ETAGS_ARGS = Makefile.am

../libntp/libntp.a:
	cd ../libntp && $(MAKE)

check-local: authcert authspeed
	./authcert < $(srcdir)/certdata
	./authspeed -d -n 30000 $(srcdir)/auth.samplekeys
	./authspeed -m -n 30000 $(srcdir)/auth.samplekeys