Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Paul Boven
DT-Backend-S3A1800dsp
Commits
97a7119f
Commit
97a7119f
authored
Oct 10, 2016
by
Paul Boven
Browse files
A 'simpler' top-level Makefile
parent
b75694f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
VHDL/Makefile
View file @
97a7119f
...
...
@@ -5,14 +5,18 @@
# http://www.camras.nl/
# http://gitlab.camras.nl/paulb/DT-Backend-S3A1800dsp
all
:
S3ADC_v03
/pulsar.bit
S3ADC-4k
/HI.bit
SUBDIRS
=
S3ADC_v03 S3ADC-4k
S
3ADC_v03/pulsar.bit
:
cd
S3ADC_v03
;
make pulsar.bit
S
UBCLEAN
=
$(
addsuffix
.clean,
$(SUBDIRS)
)
.PHONY
:
all clean $(SUBDIRS) $(SUBCLEAN)
S3ADC-4k/HI.bit
:
cd
S3ADC-4k
;
make HI.bit
all
:
$(SUBDIRS)
clean
:
$(SUBCLEAN)
$(SUBDIRS)
:
$(MAKE)
-C
$@
$(SUBCLEAN)
:
%.clean:
$(MAKE)
-C
$*
clean
clean
:
cd
S3ADC_v03
;
make clean
;
cd
S3ADC-4k
;
make clean
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment