source: projects/paper-tape/driver/linux/Makefile @ 43

Last change on this file since 43 was 43, checked in by sven, 15 years ago

Quality assurance:

  • New TODO plans for "The Paper Tape Project" reanimation
  • small fix in a Makefile

-- Sven @ workstation

File size: 405 bytes
Line 
1
2all: parport-monitor setoff-strobe facit-puncher
3
4# standalone application
5parport-monitor: parport-monitor.c
6        gcc `pkg-config --cflags --libs gtk+-2.0` parport-monitor.c -o parport-monitor
7
8# standalone application
9setoff-strobe: setoff-strobe.c
10        gcc setoff-strobe.c -o setoff.strobe
11
12# backend library
13facit-puncher.o:
14        gcc -c facit-puncher.c
15
16# cleanup
17clean:
18        rm -f *.o parport-monitor setoff-strobe
Note: See TracBrowser for help on using the repository browser.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License