forked from Imagelibrary/rtems
18 lines
462 B
Plaintext
18 lines
462 B
Plaintext
noinst_DATA =
|
|
CLEANFILES =
|
|
EXTRA_DIST =
|
|
|
|
SPECSTRIP = $(top_srcdir)/specstrip --prefix=$(prefix) $(SPECSTRIP_OPTS)
|
|
|
|
MKSPEC = sed \
|
|
-e "s,[@]rpmprefix[@],$(rpmprefix),g" \
|
|
-e "s,[@]_prefix[@],$(prefix),g" \
|
|
-e "s/[@]tool_target[@]/$(TARGET)/g" \
|
|
-e "/^%package -n [@]rpmprefix[@][@]tool_target[@]-gcc/d" \
|
|
-e "@sysdirpattern@" \
|
|
-e "/[@]PATCH/d"
|
|
|
|
MKSPEC0 = sed \
|
|
-e "s/[@]tool_target[@]/$(TARGET)/g" \
|
|
-e "s/[@]rtems_api[@]/$(rtems_api)/g"
|