|
Last change
on this file since 10669 was 10026, checked in by tbretz, 15 years ago |
|
Removed necessity of defining OSTYPE.
|
|
File size:
717 bytes
|
| Line | |
|---|
| 1 | ##################################################################
|
|---|
| 2 | #
|
|---|
| 3 | # makefile
|
|---|
| 4 | #
|
|---|
| 5 | # for the MARS software
|
|---|
| 6 | #
|
|---|
| 7 | ##################################################################
|
|---|
| 8 |
|
|---|
| 9 | include ../Makefile.conf.general
|
|---|
| 10 | include ../Makefile.conf.$(OSTYPE)
|
|---|
| 11 |
|
|---|
| 12 | INCLUDES = -I. -I.. -I../incl -I../base -I../caos -I/usr/X11R6/include -I../mars
|
|---|
| 13 |
|
|---|
| 14 | CINT = Videodev
|
|---|
| 15 |
|
|---|
| 16 | #------------------------------------------------------------------------------
|
|---|
| 17 |
|
|---|
| 18 | SRCFILES = Camera.cc \
|
|---|
| 19 | PngReader.cc \
|
|---|
| 20 | PixClient.cc \
|
|---|
| 21 | PixGetter.cc \
|
|---|
| 22 | FilterLed.cc \
|
|---|
| 23 | Writer.cc \
|
|---|
| 24 | MVideo.cc
|
|---|
| 25 |
|
|---|
| 26 | ############################################################
|
|---|
| 27 |
|
|---|
| 28 | all: $(OBJS)
|
|---|
| 29 |
|
|---|
| 30 | include ../Makefile.rules
|
|---|
| 31 |
|
|---|
| 32 | mrproper: clean rmbak
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.