Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] make and wildcards
- Date: Fri, 08 Dec 2006 11:59:02 +0900
- From: Darren Cook <darren@example.com>
- Subject: Re: [tlug] make and wildcards
- References: <45767621.2020800@example.com> <20061207211456.6805f86e@example.com>
- User-agent: Thunderbird 1.5.0.8 (X11/20061107)
>> strict: *.as >> mtasc -strict -version 7 -cp /path/to/classpath *.as >> >> The problem is I want to exclude one file ("Sloppy.as"), > ... > http://www.gnu.org/software/make/manual/make.html#Wildcard-Function Thanks. The below did what I wanted. It seems a bit crude, but it is only short-term (which means it'll still be there and be 30 lines long in 3 years time). Darren --------------------- strictfiles := $(wildcard *.as) strictfiles := $(subst Sloppy.as,,$(strictfiles)) strictfiles := $(subst AnotherBadOne.as,,$(strictfiles)) strict: $(strictfiles) mtasc -strict -version 7 -cp /path/to/classpath $(strictfiles)
- References:
- [tlug] make and wildcards
- From: Darren Cook
- Re: [tlug] make and wildcards
- From: Botond Botyanszki
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Email address munging in the TLUG archives (C&C)
- Next by Date: [tlug] Precheck of open source Ruby projects
- Previous by thread: Re: [tlug] make and wildcards
- Next by thread: [tlug] Eliminating spam using email with an economic model
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links