]> andersk Git - moira.git/blame - regtape/Imakefile
*** empty log message ***
[moira.git] / regtape / Imakefile
CommitLineData
3fb06882 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
10SRCS= students.c employee.c sign.c rafnu.c
11CODE= students.dc employee.dc sign.dc rafnu.c
6ea7f741 12SRCDIR = $(SRCTOP)/regtape
3fb06882 13sqlrule()
14
15program(students, students.o rafnu.o,,$(CLIBS) $(SQL_LIB), $(PROGDIR))
16program(employee, employee.o rafnu.o,,$(CLIBS) $(SQL_LIB), $(PROGDIR))
d3e5a015 17/* program(verify, verify.o rafnu.o,,/mit/gdss/`machtype`/libgdss.a $(CLIBS) $(SQL_LIB), $(PROGDIR)) */
72b4a252 18program(sign, sign.o rafnu.o,,/mit/gdss/`machtype`/libgdss.a $(CLIBS) $(SQL_LIB), $(PROGDIR))
d3e5a015 19/* program(vote, vote.o rafnu.o,,$(CLIBS) $(SQL_LIB), $(PROGDIR)) */
3fb06882 20
21sqlfile(students)
22sqlfile(employee)
23sqlfile(sign)
72b4a252 24sqlfile(verify)
d3e5a015 25sqlfile(vote)
This page took 0.071286 seconds and 5 git commands to generate.