home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-08-02 | 787 b | 30 lines |
- #!smake
-
- include $(ROOT)/usr/include/make/commondefs
-
- MOTIFLIBS= -lSgm -lXm -lXt -lX11
- VKLIBS = -lvk
- LLDLIBS = -lprintui -lspool $(VKLIBS) $(MOTIFLIBS)
- LC++FLAGS= +w
-
- TARGETS= vcal
-
- OBJECTS= main.o VCal.o DayView.o TimeSlot.o Utils.o Entry.o Info.o \
- EntryDialog.o TimeGrid.o TimeEntry.o PrefDialog.o Preferences.o \
- TimeInterval.o HelpDialog.o HelpAPI.o path.o MonthOverview.o \
- OverviewDay.o WeekOverview.o TimeWeekdayEntry.o PrintPS.o
-
- default all: $(TARGETS)
-
- targets: $(TARGETS)
-
- $(TARGETS): $(OBJECTS)
- $(C++) -o $(TARGETS) $(OBJECTS) $(LLDLIBS)
-
- include $(COMMONRULES)
-
- #install: $(TARGETS)
- # /etc/install -root "" -F /usr/local/bin $(TARGETS)
- # /etc/install -root "" -F /usr/lib/X11/app-defaults -src Vcal Vcal
- # /etc/install -root "" -F /usr/share/catman/local/cat1 vcal.z
-