repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
alsa.audio: use correct name of libasound so file
[AROS.git]
/
workbench
/
system
/
mmakefile.src
blob
901ac55492392bde603e886e833fc5f4ba8495fc
1
# $Id$
2
#
3
# Makefile for the Workbench:System directory.
4
5
include $(TOP)/config/make.cfg
6
7
FILES := \
8
FixFonts \
9
CLI
10
11
#MM- workbench : workbench-system
12
#MM workbench-system : includes linklibs
13
14
%build_progs mmake=workbench-system \
15
files=$(FILES) targetdir=$(AROSDIR)/System
16
17
%common