]> andersk Git - moira.git/blame_incremental - regtape/Imakefile
added GetAddressFromUser
[moira.git] / regtape / Imakefile
... / ...
CommitLineData
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
12sqlrule()
13
14program(students, students.o rafnu.o,,$(CLIBS) $(SQL_LIB), $(PROGDIR))
15program(employee, employee.o rafnu.o,,$(CLIBS) $(SQL_LIB), $(PROGDIR))
16/* program(verify, verify.o rafnu.o,,/mit/gdss/`machtype`/libgdss.a $(CLIBS) $(SQL_LIB), $(PROGDIR)) */
17program(sign, sign.o rafnu.o,,/mit/gdss/`machtype`/libgdss.a $(CLIBS) $(SQL_LIB), $(PROGDIR))
18/* program(vote, vote.o rafnu.o,,$(CLIBS) $(SQL_LIB), $(PROGDIR)) */
19
20sqlfile(students)
21sqlfile(employee)
22sqlfile(sign)
23sqlfile(verify)
24sqlfile(vote)
This page took 0.067782 seconds and 5 git commands to generate.