]> andersk Git - moira.git/blame - regtape/Imakefile
.dc -> .pc
[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
9f5e5c05 10SRCS= students.c employee.c sign.c verify.c vote.c rafnu.c
4b50f071 11CODE= students.pc employee.pc sign.pc verify.pc vote.pc rafnu.c
6ea7f741 12SRCDIR = $(SRCTOP)/regtape
9f5e5c05 13DEFINES = $(GDSSINC)
3fb06882 14sqlrule()
15
16program(students, students.o rafnu.o,,$(CLIBS) $(SQL_LIB), $(PROGDIR))
17program(employee, employee.o rafnu.o,,$(CLIBS) $(SQL_LIB), $(PROGDIR))
9f5e5c05 18program(verify, verify.o rafnu.o,,$(LIBGDSS) $(CLIBS) $(SQL_LIB), $(PROGDIR))
19program(sign, sign.o rafnu.o,,$(LIBGDSS) $(CLIBS) $(SQL_LIB), $(PROGDIR))
20program(vote, vote.o rafnu.o,,$(CLIBS) $(SQL_LIB), $(PROGDIR))
3fb06882 21
22sqlfile(students)
23sqlfile(employee)
24sqlfile(sign)
72b4a252 25sqlfile(verify)
d3e5a015 26sqlfile(vote)
This page took 0.056865 seconds and 5 git commands to generate.