source: projects/puncher/Makefile.old @ 25

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

Clean up of repository before renaming the whole project
to

old media project

since we will shortly add punch card support to the whole
project.

-- sven @ workstation

File size: 650 bytes
Line 
1GTKFLAGS=`pkg-config --cflags --libs gtk+-2.0`
2VISUALISATION=../visualisator
3BACKEND=$(VISUALISATION)/lochstreifen.c $(VISUALISATION)/gtkpapertape.c
4
5all: gtk
6
7gtk: gtk-frontend.c $(BACKEND)
8        gcc -o gtkprogram $(GTKFLAGS) gtk-frontend.c $(BACKEND)
9
10# WINDOWS: mingw braucht dort ERST cflags, dann C source, dann
11# LINKER flags, vgl.
12# http://www.math.nagoya-u.ac.jp/~garrigue/soft/olabl/lablgtk-list/old/413.txt
13windows: gtk-frontend.c $(BACKEND)
14        gcc `pkg-config --cflags gtk+-2.0` -o gtkprogram gtk-frontend.c $(BACKEND) `pkg-config --libs gtk+-2.0`
15
16# temp mal dazu
17linux-driver:
18        gcc -o setoff-strobe setoff-strobe.c
19        gcc -o puncher puncher.c -lm
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