File: Makefile.in

package info (click to toggle)
squeak-vm 1%3A4.10.2.2614-4.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,284 kB
  • ctags: 15,344
  • sloc: ansic: 75,096; cs: 11,191; objc: 5,494; sh: 3,170; asm: 1,533; cpp: 449; pascal: 372; makefile: 366; awk: 103
file content (32 lines) | stat: -rw-r--r-- 758 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Makefile.in for Mpeg3Plugin on Unix
# 
# Author: ian.piumarta@inria.fr
# 
# Last edited: 2002-07-10 23:52:17 by piumarta on emilia.inria.fr

[make_cfg]
[make_plg]

TARGET	= Mpeg3Plugin$a

PLUGIN	= Mpeg3Plugin$o

VIDEO	= getpicture$o headers$o idct$o macroblocks$o mmxtest$o motion$o \
	  mpeg3video$o output$o reconstruct$o seek$o slice$o vlc$o
AUDIO	= dct$o header$o layer1$o layer2$o layer3$o mpeg3audio$o pcm$o \
	  synthesizers$o tables$o
LIBMPEG	= bitstream$o changesForSqueak$o libmpeg3$o mpeg3atrack$o \
	  mpeg3demux$o mpeg3io$o mpeg3title$o mpeg3vtrack$o

OBJS	= $(PLUGIN) $(VIDEO) $(AUDIO) $(LIBMPEG)

XINCLUDES	= [includes]
XDEFS		= [xdefs]

$(TARGET) : $(OBJS) Makefile
	$(LINK) $(TARGET) $(OBJS)
	$(RANLIB) $(TARGET)

[make_targets]

.force :