mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-07 06:52:25 +00:00
rename
This commit is contained in:
parent
c72709c86e
commit
0571cd7841
32 changed files with 0 additions and 0 deletions
|
|
@ -1,21 +0,0 @@
|
|||
CFLAGS=`pkg-config --cflags --libs libglade-2.0` -export-dynamic
|
||||
export CFLAGS
|
||||
|
||||
VOC = /opt/voc/bin/voc
|
||||
|
||||
all:
|
||||
$(VOC) -s G.Mod
|
||||
$(VOC) -s Pango.Mod
|
||||
$(VOC) -s Gdk.Mod
|
||||
$(VOC) -s Gtk.Mod
|
||||
$(VOC) -s Glade.Mod
|
||||
$(VOC) -m HelloWorld.Mod
|
||||
|
||||
test0:
|
||||
$(VOC) -s G.Mod Pango.Mod Gdk.Mod Gtk.Mod Glade.Mod handlers.Mod HelloWorld.Mod -m
|
||||
|
||||
clean:
|
||||
rm *.c
|
||||
rm *.h
|
||||
rm *.sym
|
||||
rm *.o
|
||||
Loading…
Add table
Add a link
Reference in a new issue