File: Makefile

package info (click to toggle)
irsim 9.7.75-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,596 kB
  • sloc: ansic: 24,733; sh: 6,803; makefile: 411; csh: 269; tcl: 76
file content (9 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
MODULE = base
IRSIMDIR = ..
SRCS =	access.c binsim.c cad_dir.c config.c conn_list.c eval.c fio.c \
	hist.c hist_io.c intr.c mem.c netupdate.c network.c \
	newrstep.c nsubrs.c parallel.c prints.c rsim.c sched.c sim.c \
	sstep.c stack.c tpos.c usage.c ${OTHER_SRCS}

include ${IRSIMDIR}/defs.mak
include ${IRSIMDIR}/rules.mak