]> andersk Git - moira.git/blob - regtape/Imakefile
Don't do readline stuff if _either_ stdin or stdout isn't a tty
[moira.git] / regtape / Imakefile
1 # $Header$
2
3 # Copyright 1992 by the Massachusetts Institute of Technology.
4 #
5 # For copying and distribution information,
6 # please see the file <mit-copyright.h>.
7 #
8 # Imakefile for moira regtape programs.
9
10 SRCS= students.c employee.c sign.c rafnu.c
11 CODE= students.dc employee.dc sign.dc rafnu.c
12 SRCDIR = $(SRCTOP)/regtape
13 DEFINES = -I/mit/gdss/include
14 sqlrule()
15
16 program(students, students.o rafnu.o,,$(CLIBS) $(SQL_LIB), $(PROGDIR))
17 program(employee, employee.o rafnu.o,,$(CLIBS) $(SQL_LIB), $(PROGDIR))
18 /* program(verify, verify.o rafnu.o,,/mit/gdss/`machtype`/libgdss.a $(CLIBS) $(SQL_LIB), $(PROGDIR)) */
19 program(sign, sign.o rafnu.o,,/mit/gdss/`machtype`/libgdss.a $(CLIBS) $(SQL_LIB), $(PROGDIR))
20 /* program(vote, vote.o rafnu.o,,$(CLIBS) $(SQL_LIB), $(PROGDIR)) */
21
22 sqlfile(students)
23 sqlfile(employee)
24 sqlfile(sign)
25 sqlfile(verify)
26 sqlfile(vote)
This page took 0.037301 seconds and 5 git commands to generate.