Skip to content

Commit

Permalink
Introduced "data" subdirectory in each module (used for read-only
Browse files Browse the repository at this point in the history
architecture independent data).
  • Loading branch information
Joerg Riesmeier committed Nov 23, 2007
1 parent 25e06b8 commit bba3ba3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions dcmjpeg/data/Makefile.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#
# Makefile for dcmjpeg/data
#

@SET_MAKE@

SHELL = /bin/sh
srcdir = @srcdir@
top_srcdir = @top_srcdir@
configdir = @top_srcdir@/@configdir@

include $(configdir)/@common_makefile@


all:

install:

clean:
rm -f $(TRASH)

distclean:
rm -f $(DISTTRASH)

0 comments on commit bba3ba3

Please sign in to comment.