~ubuntu-branches/ubuntu/vivid/libctl/vivid

« back to all changes in this revision

Viewing changes to utils/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Thorsten Alteholz
  • Date: 2012-07-24 18:00:26 UTC
  • mto: (11.1.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: package-import@ubuntu.com-20120724180026-d5yjvlshxjrvu1kk
Tags: upstream-3.2
ImportĀ upstreamĀ versionĀ 3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
dist_man_MANS = gen-ctl-io.1
19
19
 
20
 
ctl-io.c: geom.scm
 
20
ctl-io.c: geom.scm $(GEN_CTL_IO)
21
21
        $(GEN_CTL_IO) --code -o $@ $(srcdir)/geom.scm $(top_srcdir)
22
22
 
23
 
ctl-io.h: geom.scm
 
23
ctl-io.h: geom.scm $(GEN_CTL_IO)
24
24
        $(GEN_CTL_IO) --header -o $@ $(srcdir)/geom.scm $(top_srcdir)
25
25
 
26
26
ctlgeom-types.h: ctl-io.h