forked from Keck-DataReductionPipelines/OsirisDRP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
41 lines (32 loc) · 761 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
################################################################################
#+
# Module: $KSSDIR/osiris/drs
#
# Revisions:
#
# Author: Jason Weiss
#
# Date: 2005/09/20
#
# Description: DRS level Makefile for OSIRIS
#-
################################################################################
# Include files.
INCLUDE =
# C source and object files.
CFLAGS =
SOURCE =
OBJECT =
DIRS = backbone data scripts modules gui
# Files to make are ...
FILES =
# Files to release are ...
RELFILES =
override SYSNAM = kss/osiris/drs/
override VERNUM = 4.1
# Include general make rules (use /etc if no environment variable).
ifeq ($(wildcard $(KROOT)/etc/config.mk),)
include Makefile.local
else
include $(KROOT)/etc/config.mk
endif