Changeset e80051f


Ignore:
Timestamp:
Aug 28, 2020, 12:54:13 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
720f9f82
Parents:
3b2f41e
Message:

Fixed header of new makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/Makefile.dist.am

    r3b2f41e re80051f  
     1######################## -*- Mode: Makefile-Automake -*- ######################
     2##
     3## Cforall Version 1.0.0 Copyright (C) 2020 University of Waterloo
     4##
     5## The contents of this file are covered under the licence agreement in the
     6## file "LICENCE" distributed with Cforall.
     7##
     8## Makefile.dist.am --
     9##
     10## Author           : Thierry Delisle
     11## Created On       : Fri Aug dd 12:53:35 2020
     12## Last Modified By :
     13## Last Modified On :
     14## Update Count     :
     15###############################################################################
     16
     17AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
     18ACLOCAL_AMFLAGS  = -I automake
     19
    120distdir:
    221        @echo "Distributing libcfa from '@LIBCFA_1TARGET_DIR@'"
Note: See TracChangeset for help on using the changeset viewer.