File: makefile

package info (click to toggle)
cadencii 3.3.9%2Bsvn20110818.r1732-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 35,764 kB
  • ctags: 26,929
  • sloc: cs: 160,836; java: 42,449; cpp: 7,605; ansic: 1,728; perl: 1,087; makefile: 236; php: 142; xml: 117; sh: 21
file content (13 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
all: main.exe vocaloiddevice2.dll

#ReWire.dll: ReWire.c ReWire.h
#	gcc -shared ReWire.c -o ReWire.dll
#main.exe: main.c ReWire.dll
#	gcc main.c -o main.exe

main.exe: main.c
#	gcc -shared main.c -o main.dll
	gcc main.c -o main.exe

vocaloiddevice2.dll: main.c
	gcc -shared main.c -o vocaloiddevice2.dll