]> andersk Git - moira.git/blame - regtape/Imakefile
second code style cleanup: void/void * usage, proper #includes. try to
[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
7ac48069 10SRCS= students.c employee.c sign.c verify.c vote.c
11CODE= students.pc employee.pc sign.pc verify.pc vote.pc
6ea7f741 12SRCDIR = $(SRCTOP)/regtape
98a7b0ee 13#ifdef USE_CRYPT_H
7ac48069 14DEFINES = -DUSE_CRYPT_H
98a7b0ee 15#endif
7ac48069 16GDSS_INC = $(GDSSINC)
3fb06882 17sqlrule()
18
7ac48069 19program(students, students.o,,$(CLIBS) $(SQL_LIB), $(PROGDIR))
20program(employee, employee.o,,$(CLIBS) $(SQL_LIB), $(PROGDIR))
21program(verify, verify.o,,$(LIBGDSS) $(CLIBS) $(SQL_LIB), $(PROGDIR))
22program(sign, sign.o,,$(LIBGDSS) $(CLIBS) $(SQL_LIB), $(PROGDIR))
23program(vote, vote.o,,$(CLIBS) $(SQL_LIB), $(PROGDIR))
3fb06882 24
25sqlfile(students)
26sqlfile(employee)
27sqlfile(sign)
72b4a252 28sqlfile(verify)
d3e5a015 29sqlfile(vote)
This page took 0.179905 seconds and 5 git commands to generate.