help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Using wildcards


From: Ronald Landheer
Subject: Using wildcards
Date: Fri, 22 Feb 2002 15:20:22 +0100

Hello all,

One of the developers here asked by why the following doesn't work:

Works:
FLWBUILD_RC=$(patsubst $(RC_DIR)/%.rc,% -justafter,$(RC_FILES))

Doesn't work:
FLWBUILDF_RC=$(patsubst $(RC_DIR)/F%.rc,F% -justafter,$(RC_FILES))
FLWBUILDI_RC=$(patsubst $(RC_DIR)/I%.rc,I% -justafter,$(RC_FILES))
FLWBUILDJ_RC=$(patsubst $(RC_DIR)/J%.rc,J% -justafter,$(RC_FILES))
FLWBUILDO_RC=$(patsubst $(RC_DIR)/O%.rc,O% -justafter,$(RC_FILES))
FLWBUILDS_RC=$(patsubst $(RC_DIR)/S%.rc,S% -justafter,$(RC_FILES))

I looked at the docs, couldn't find anything, and couldn't find what I 
wanted to know on the web either. 

Any pointers would be greatly appreciated :)

Thanx!

Ronald



reply via email to

[Prev in Thread] Current Thread [Next in Thread]