source: trunk/Cosy/videodev/Makefile@ 19450

Last change on this file since 19450 was 10026, checked in by tbretz, 14 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
9include ../Makefile.conf.general
10include ../Makefile.conf.$(OSTYPE)
11
12INCLUDES = -I. -I.. -I../incl -I../base -I../caos -I/usr/X11R6/include -I../mars
13
14CINT = Videodev
15
16#------------------------------------------------------------------------------
17
18SRCFILES = Camera.cc \
19 PngReader.cc \
20 PixClient.cc \
21 PixGetter.cc \
22 FilterLed.cc \
23 Writer.cc \
24 MVideo.cc
25
26############################################################
27
28all: $(OBJS)
29
30include ../Makefile.rules
31
32mrproper: clean rmbak
Note: See TracBrowser for help on using the repository browser.